JavaScript

Array and Object Functions

Description

Core functions for working with JavaScript arrays and objects.

Name
Description
$u.a.dedup Function

Remove duplicate entries from an array.

$u.a.find Function

Find a value in an array.

$u.o.assign Function

Assigns the values from a source object to a target object.